home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 116 / MacAddict 116 (Mac Power Pack)(theDISC)(April 2006).iso / Software / Internet & Communication / OmniWeb-5.1.2.dmg / OmniWeb.app / Contents / Frameworks / OmniSoftwareUpdate.framework / Versions / 2004A / Resources / Info.plist next >
Extensible Markup Language  |  2005-10-24  |  2KB  |  80 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleExecutable</key>
  8.     <string>OmniSoftwareUpdate</string>
  9.     <key>CFBundleGetInfoString</key>
  10.     <string></string>
  11.     <key>CFBundleIconFile</key>
  12.     <string></string>
  13.     <key>CFBundleIdentifier</key>
  14.     <string></string>
  15.     <key>CFBundleInfoDictionaryVersion</key>
  16.     <string>6.0</string>
  17.     <key>CFBundleName</key>
  18.     <string></string>
  19.     <key>CFBundlePackageType</key>
  20.     <string>FMWK</string>
  21.     <key>CFBundleShortVersionString</key>
  22.     <string></string>
  23.     <key>CFBundleSignature</key>
  24.     <string>????</string>
  25.     <key>CFBundleVersion</key>
  26.     <string>2005</string>
  27.     <key>OFRegistrations</key>
  28.     <dict>
  29.         <key>NSUserDefaults</key>
  30.         <dict>
  31.             <key>defaultsDictionary</key>
  32.             <dict>
  33.                 <key>AutomaticSoftwareUpdateCheckEnabled</key>
  34.                 <true/>
  35.                 <key>OSUCheckInterval</key>
  36.                 <integer>168</integer>
  37.                 <key>OSUIncludeHardwareDetails</key>
  38.                 <true/>
  39.             </dict>
  40.         </dict>
  41.         <key>OAPreferenceController</key>
  42.         <dict>
  43.             <key>OSUPreferences</key>
  44.             <dict>
  45.                 <key>category</key>
  46.                 <string>Basic</string>
  47.                 <key>defaultsArray</key>
  48.                 <array>
  49.                     <string>OSUCheckInterval</string>
  50.                 </array>
  51.                 <key>defaultsDictionary</key>
  52.                 <dict>
  53.                     <key>AutomaticSoftwareUpdateCheckEnabled</key>
  54.                     <true/>
  55.                     <key>OASoftwareUpdateUIClass</key>
  56.                     <string>OSUController</string>
  57.                 </dict>
  58.                 <key>helpURL</key>
  59.                 <string>anchor:SoftwareUpdatePreferences_Help</string>
  60.                 <key>icon</key>
  61.                 <string>OSUPreferences</string>
  62.                 <key>nib</key>
  63.                 <string>OSUPreferences</string>
  64.                 <key>ordering</key>
  65.                 <integer>200</integer>
  66.                 <key>shortTitle</key>
  67.                 <string>Update</string>
  68.                 <key>title</key>
  69.                 <string>Automatic Software Update</string>
  70.             </dict>
  71.         </dict>
  72.     </dict>
  73.     <key>OFRequiredSoftwareVersions</key>
  74.     <dict>
  75.         <key>OmniAppKit</key>
  76.         <string>2004A</string>
  77.     </dict>
  78. </dict>
  79. </plist>
  80.